*** Tomb Raider 5 and 4 file format converter, Version 1.0 BETA ******* By Turbo Pascal, Tegucigalpa, Honduras, 5-Julio-2002 The problem: ------------- TRVIEWER is the best tr tool ever coded, current version 1.1 support files from tr1 to tr4, TRC files are not currently supported. Since the unoficial treditor Tre3d 4.x, people is able to build custom TRC levels, however until today was imposible to mix and combine from different TRC base files and build a new custom base file. The solution: ------------- This tool Open a TRC file format file and then it is converted as TR4 file format, this way the file can be edited with TRVIEWER. People can convert severals TRC to tr4 format and then use trviewer for mix and combine these TRC objects in a new custom "tr4" base file. After the new "tr4" file is built, you can use TRC2TR4 tool for convert back the TR4 file to TRC file format for be used as "base" for your newer TRC project. Sintaxis: --------- For convert a TRC file to TR4 file format, just do in a DOS windows box: C:>TRC2TR4 trclevel.TRC tr4level.TR4 A new tr4 level file will be generated, the original TRC level remain the same. Then you can use Trviewer with this new tr4 file. For convert back the file to TRC file format just do: C:>TRC2TR4 tr4level.TR4 trclevel.TRC A new trc level will be generated and can be used as base file for newers TRC projects. Note: ------ This procedure is intended to be used just for built custom TRC base file, you CAN'T USE this tool for comvert playables levels from tr4 to TRc or vice-versa, the generated files are not playables in any way, they mis important structures like table items and room table. Thank you very Much to E. Popov for built the amazzing TRVIEWER. Turbo Pascal.